Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Picking Parts Styles


Q3PickPartsStyle_Set

You can use the Q3PickPartsStyle_Set function to set the picking parts style value of a picking parts style.

TQ3Status Q3PickPartsStyle_Set (
TQ3StyleObject pickPartsObject,
TQ3PickParts parts);
pickPartsObject
A picking parts style object.
parts
A picking parts style value.
DESCRIPTION
The Q3PickPartsStyle_Set function sets the picking parts style value of the style object specified by the pickPartsObject parameter to the value specified in the parts parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996